@charset "utf-8";
/* 公共样式集 */
.ibanner,
.inc_banner{
	font-size: 0;
}
.ibanner img,
.inc_banner img{
	width: 100%;
}




.ibanner .swiper-pagination{
	bottom: 30px;
}
.ibanner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	outline: none;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.ibanner .swiper-pagination-bullet-active{
	background-color: #fff;
}




.swiper .swiper-pagination{
	bottom: 0;
}
.swiper .swiper-pagination-bullet{
	opacity: 1;
	outline: none;
}




.breadcrumb{
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
}
.breadcrumb ul{
	font-size: 0;
	float: left;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.breadcrumb ul li{
	font-size: 16px;
	text-align: center;
	line-height: 90px;
	width: 200px;
	height: 90px;
	display: inline-block;
	position: relative;
	border-right: 1px solid #e6e6e6;
}
.breadcrumb ul li:last-child{
	margin-right: 0;
	border-right: none;
}
.breadcrumb ul li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	transition: all .3s;
	background-color: #003c95;
}
.breadcrumb ul li.on::after,
.breadcrumb ul li:hover::after
{
	width: 100%;
}
.breadcrumb ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.breadcrumb .agrop{
	font-size: 0;
	float: right;
	padding-left: 30px;
	position: relative;
}
.breadcrumb .agrop::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
	width: 22px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/home_icon.png);
}
.breadcrumb .agrop a{
	font-size: 16px;
	line-height: 90px;
	height: 90px;
	padding-right: 15px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
}
.breadcrumb .agrop a:last-child{
	color: #333;
	padding-right: 0;
	margin-right: 0
}
.breadcrumb .agrop a:hover{
	text-decoration: underline;
}
.breadcrumb .agrop a::after{
	content: '>';
	font-size: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.breadcrumb .agrop a:last-child:after{
	display: none;
} 




.page{
	text-align: center;
	padding:40px 0;
}
.page .pagination{
	display: inline-block;
}
.page .pagination li{
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	margin:0 5px;
	border: 1px solid #eee;
	background-color: #fff;
}
.page .pagination li span,
.page .pagination li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:0 3px;
}
.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	border: 1px solid #003c95;
	background-color: #003c95;
}




.header{
	text-align: center;
	max-width: 1920px;
	margin: 0 auto;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.header .main{
	max-width: 1920px;
	padding: 0 60px;
	box-sizing: border-box;
}
.header h1{
	width: 260px;
	height: 40px;
	float: left;
	margin-top: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/logo.png);
}
.header h1 a{
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	display: inline-block;
}
.header .nav{
	display: inline-block;
}
.header .nav li{
	color: #fff;
	font-size: 16px;
	line-height: 90px;
	height: 90px;
	margin: 0 5px;
	display: inline-block;
	position: relative;
}
.header .nav li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	transition: all .3s;
	background-color: #ffb200;
}
.header .nav li.on::after,
.header .nav li:hover::after
{
	width: 100%;
}
.header .nav li a{
	width: 100%;
	height: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	display: inline-block;
}
.header .btngrop{
	float: right;
	margin-top: 30px;
	position: relative;
}
.header .btngrop::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 0;
	width: 1px;
	height: 18px;
	background-color: #fff;
}
.header .btngrop a{
	width: 30px;
	height: 30px;
	float: left ;
	display: block;
	margin-right: 20px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.header .btngrop .hmsg{
	background-image: url(../images/header_icon1.png);
}
.header .btngrop .hlogin{
	background-image: url(../images/header_icon2.png);
}
.header .btngrop .hmap{
	background-image: url(../images/header_icon3.png);
}
.header .phone{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	float: right;
	padding-left: 40px;
	margin-top: 30px;
	margin-left: 20px;
	position: relative;
}
.header .phone::before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: -20px;
	width: 1px;
	height: 18px;
	background-color: #fff;
}
.header .phone::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/header_icon4.png);
}





.footer{
	font-size: 15px;
	color: #8f8f8f;
	padding-top: 90px;
	background-color: #242424;
}
.footer .textbox{
	padding-bottom: 120px;
}
.footer .text{
	color: #fff;
	float: left;
	max-width: 240px;
	/* margin-right: 110px; */
	margin-right: 100px;
} 
.footer .text h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .text .txt1{
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 35px;
}
.footer .text .txt2{
	color: #8f8f8f;
	line-height: 30px;
}
.footer .footernav,
.footer .footernav dl
{
	float: left;
}
/* .footer .footernav dl{
	margin-right: 85px;
} */
.footer .footernav dl{
	margin-right: 70px;
}
.footer .footernav dl:last-child{
	margin-right: 0;
}
.footer .footernav dt{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}
.footer .footernav dd{
	line-height: 30px;
}
.footer .footernav dt a,
.footer .footernav dd a
{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer .footernav dt a:hover,
.footer .footernav dd a:hover
{
	text-decoration: underline;
}
.footer .ft-code{
	text-align: center;
	float: right;
}
.footer .ft-code .item{
	float: left;
}
.footer .ft-code .item:not(:last-child){
	margin-right: 20px;
}
.footer .ft-code .item .img{
	/* width: 140px;
	height: 140px; */
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}
.footer .ft-code .item .img img{
	width: 100%;
	height: 100%;
}
.footer .friendship a{
	margin-right: 20px;
	display: inline-block;
}
.footer .copy{
	padding-top: 30px;
	padding-bottom: 40px;
	margin-top: 20px;
	border-top: 1px solid #434343;
}




.video{
	padding-top: 100px;
	padding-bottom: 75px;
}
.video .listbox .list{
	width: 420px;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	position: relative;
}
.video .listbox .list:nth-child(3n){
	margin-right: 0;
}
.video .list .img{
	height: 285px;
	margin-bottom: 20px;
	position: relative;
}
.video .list .img::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	opacity: 0;
	z-index: 1;
	transition: all .3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/play.png);
}
.video .list .mask{
	width: 100%;
	height: 285px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	background-color: rgba(0, 0, 0, 0.5);
}
.video .list:hover .img::after,
.video .list:hover .mask
{
	opacity: 1;
}
.video .list  h4{
	color: #3e3e3e;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.video .page{
	padding-top: 75px;
	padding-bottom: 25px;
}




.news{
	padding-top: 70px;
	padding-bottom: 35px;
	background-color: #f8f8f8;
}
.news .listbox .list{
	margin-bottom: 50px;
	background-color: #fff;
}
.news .list a{
	width: 100%;
	height: 100%;
	padding: 35px;
	box-sizing: border-box;
	display: inline-block;
}
.news .list .img{
	width: 580px;
	height: 360px;
	float: left;
	margin-right: 60px;
}
.news .list .text{
	color: #888;
	font-size: 15px;
	width: 575px;
	float: left;
	padding-top: 30px;
}
.news .list .text h4,
.news .list .text p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news .list .text h4{
	color: #333;
	font-size: 22px;
	line-height: 70px;
	-webkit-line-clamp: 1;
	height: 70px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.news .list .text p{
	line-height: 26px;
	-webkit-line-clamp: 2;
	margin-bottom: 20px;
}
.news .list .text em{
	color: #fff;
	line-height: 60px;
	width: 200px;
	height: 60px;
	display: block;	
	padding-left: 60px;
	padding-right: 75px;
	box-sizing: border-box;
	margin-top: 55px;
	border-radius: 50px;
	position: relative;
	transition: all .3s;
	background-color: #313131;
}
.news .list .text em:hover{
	background-color: #003c95;
}
.news .list .text em::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 45px;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/news_icon.png);
}
.news .page{
	padding-top: 0;
	padding-bottom: 50px;
}




.newsv{
	padding: 120px 0;
}
.newsv .tit{
	margin-bottom: 50px;
	text-align: center;
}
.newsv .tit h2{
	color: #444;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}
.newsv .tit em{
	color: #999;
	font-size: 18px;
	display: block;
}
.newsv .text_box{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #d2d2d2;
}
.newsv  .agrop{
	text-align: center;
}
.newsv  .agrop a{
	color: #666;
	font-size: 18px;
	padding-right: 50px;
	display: inline-block;
	position: relative;
	margin-right: 50px;
}
.newsv .agrop a:last-child{
	margin-right: 0;
}
.newsv  .agrop a::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #bfbfbf;
}
.newsv .agrop a:last-child::after{
	display: none;
}
.newsv  .agrop a:hover{
	color: #000;
	text-decoration: underline;
}




.case{
	padding-top: 95px;
	padding-bottom: 65px;
}
.case .listbox .list{
	width: 300px;
	float: left;
	margin-right: 32px;
	margin-bottom: 40px;
}
.case .listbox .list:nth-child(4n){
	margin-right: 0;
}
.case  .list .img{
	height: 180px;
	margin-bottom: 20px;
	border: 1px solid #eee;
	background-color: #fff;
}
.case  .list  h4{
	color: #3e3e3e;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}




.case2{
	padding-top: 80px;
	padding-bottom: 30px;
}
.case2 .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case2 .listbox .list{
	width: 630px;
	margin-bottom: 60px;
}
.case2 .list .img{
	height: 400px;
	margin-bottom: 20px;
}
.case2 .list h4{
	color: #3e3e3e;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.case2 .page{
	padding-top: 0;
	padding-bottom: 60px;
}




.loginbox{
	width: 100%;
	height: 940px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/downbg.jpg);
}
.loginbox p{
	color: #fff;
	font-size: 18px;
	margin-bottom: 80px;
}
.loginbox .login{
	width: 545px;
	padding: 55px 70px 80px 70px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}
.loginbox .login h2{
	color: #333;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}
.loginbox .login .user,
.loginbox .login .pwd
{
	position: relative;
}
.loginbox .login .user::after,
.loginbox .login .pwd::after
{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 25px;
	width: 20px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.loginbox .login .user::after{
	background-image: url(../images/user_icon.png);
}
.loginbox .login .pwd::after{
	background-image: url(../images/pwd_icon.png);
}
.loginbox .login input{
	color: #999;
	font-size: 16px;
	width: 100%;
	height: 50px;
	padding: 0 80px;
	box-sizing: border-box;
	display: block;
	border: none;
	outline: none;
	margin-bottom: 25px;
	border: 1px solid #dcdcdc;
}
.loginbox .login input::-webkit-input-placeholder{
	color: #888;
}
.loginbox .login input:focus{
	border: 1px solid #7d7d7d;
}
.loginbox .login button{
	color: #fff;
	font-size: 18px;
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	display: block;
	margin-top: 10px;
	transition: all .5s;
	background-color: #003c95;
}
.loginbox .login button:hover{
	cursor: pointer;
	background-color: #054db8;
}




.down{
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #f8f8f8;
}
.down .list{
	color: #333;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	padding: 0 35px;
	box-sizing: border-box;
	margin-bottom: 40px;
	background-color: #fff;
}
.down .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.down .list div{
	float: left;
}
.down .list div:nth-child(1){
	width: 450px;
	margin-right: 80px;
}
.down .list div:nth-child(2){
	width: 220px;
	margin-right: 80px;
} 
.down .list div:nth-child(3){
	width: 200px;
	margin-right: 80px;
}
.down .list i{
	float: left;
	width: 40px;
	height: 40px;
	display: block;
	margin-top: 10px;
	background-size: contain; 
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/down_icon1.png);
}
.down i:hover{
	cursor: pointer;
	background-image: url(../images/down_icon11.png);
}
.down .page{
	padding-top: 20px;
	padding-bottom: 40px;
}




.pro{
	padding-top: 70px;
	padding-bottom: 30px;
	background-color: #f8f8f8;
}
.pro .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro .listbox .list{
	width: 630px;
	margin-bottom: 40px;
	background-color: #fff;
}
.pro .list a{
	width: 100%;
	height: 100%;
	padding: 30px 40px;
	box-sizing: border-box;
	display: inline-block;
}
.pro .list .img{
	height: 350px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}
.pro .list h4,
.pro .list p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.pro .list h4{
	color: #003c95;
	font-size: 30px;
	-webkit-line-clamp: 1;
	margin-bottom: 30px;
}
.pro .list p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
}
.pro .list em{
	color: #003c95;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	display: block;
	padding: 0 55px 0 30px;
	box-sizing: border-box;
	position: relative;
	transition: all .3s;
	background-color: #eaebf0;
}
.pro .list em:hover{
	color: #fff;
	background-color: #003c95;
}
.pro .list em::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 35px;
	width: 16px;
	height: 16px;
	transition: all .3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/pro_icon1.png);
}
.pro .list em:hover::after{
	background-image: url(../images/pro_icon11.png);
}
.pro .page{
	padding-top: 30px;
	padding-bottom: 40px;
}




.contact{
	padding-top: 100px;
	padding-bottom: 120px;
}
.contact .tit{
	text-align: center;
	margin-bottom: 60px;
}
.contact .tit h2{
	color: #003c95;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact .tit p{
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
}
.contact .listbox{
	border: 1px solid #ececec;
}
.contact .listbox .list{
	width: 323px;
	height: 380px;
	padding: 80px 55px 55px 55px;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #ececec;
}
.contact .listbox .list:last-child{
	border-right: none;
}
.contact .list i{
	width: 170px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 70px;
	display: block;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.contact .list:nth-child(1) i{
	background-image: url(../images/con_icon1.png);
}
.contact .list:nth-child(2) i{
	background-image: url(../images/con_icon2.png);
}
.contact .list:nth-child(3) i{
	background-image: url(../images/con_icon3.png);
}
.contact .list:nth-child(4) i{
	background-image: url(../images/con_icon4.png);
}
.contact .list:hover i{
	transform: translateY(-10px);
}
.contact .list h4{
	color: #666;
	font-size: 16px;
	margin-bottom: 8px;
}
.contact .list p{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}
.contact .list em{
	color: #999;
	font-size: 14px;
}




#map{
	max-width: 1920px;
	height: 600px;
	margin: 0 auto;
}




.message{
	padding-top: 150px;
	padding-bottom: 110px;
}
.message .text{
	float: left;
	width: 340px;
}
.message .text .tit{
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 95px;
}
.message .text .tit::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75px;
	height: 4px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/tit_icon.png);
}
.message .text .tit i,
.message .text .tit h2
{
	font-weight: bold;
}
.message .text .tit i{
	color: #efefef;
	font-size: 60px;
}
.message .text .tit h2{
	color: #003c95;
	font-size: 48px;
	margin-top: 5px;
}
.message .text .txt{
	color: #666;
	font-size: 16px;
	line-height: 28px;
}
.message .formbox{
	width: 680px;
	float: right;
}
.message .formbox .li{
	margin-bottom: 40px;
}
.message .formbox .li:last-child{
	margin-bottom: 0;
}
.message .formbox .li p{
	color: #333;
	font-size: 18px;
}
.message .formbox .li input{
	color: #999;
	font-size: 14px;
	line-height: 50px;
	width: 100%;
	height: 50px;
	display: block;
	outline: none;
	border-bottom: 1px solid #ddd;
}
.message .formbox .verify{
	display: flex;
	justify-content: space-between;
}
.message .formbox .verify .img,
.message .formbox .verify  input,
.message .formbox .verify button
{
	text-align: center;
	width: 215px;
	height: 50px;
}
.message .formbox .verify button,
.message .formbox .verify .img:hover
{
	cursor: pointer;
}
.message .formbox .verify .img img{
	width: 100%;
	height: 100%;
}
.message .formbox .verify input{
	border-bottom: none;
	background-color: #f5f5f5;
}
.message .formbox .verify button{
	color: #fff;
	font-size: 18px;
	outline: none;
	border: none;
	transition: all .3s;
	background-color: #003c95;
}
.message .formbox .verify button:hover{
	background-color: #0549ae;
}




.about h2{
	color: #333;
	font-size: 36px;
	text-align: center;
	padding-top: 140px;
	margin-bottom: 50px;
}
.about  .text{
	color: #333;
	font-size: 16px;
	line-height: 36px; 
	margin-bottom: 110px;
}
.about .itembox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 130px;
} 
.about .itembox .item{
	text-align: center;
	width: 25%;
}
.about .item  .value{
	color: #003c95;
	font-size: 72px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}
.about .item .value::after{
	content: '+';
	position: absolute;
	top: 10px;
	right: -10px;
	color: #003c95;
	font-size: 16px;
	font-weight: normal;
}
.about .item:nth-child(3)  .value::after{
	content: '㎡';
	right: -20px;
}
.about .item p{
	color: #666;
	font-size: 16px;
}




.about2{
	max-width: 1300px;
	padding-bottom: 265px;
	margin: 0 auto;
	position: relative;
}
.about2 .swiper-pagination{
	text-align: right;
	left: 0;
	bottom: 40px;
	z-index: 100;
	padding-right: 55px;
	box-sizing: border-box;
	display: inline-block;
}
.about2 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	outline: none;
	opacity: 1;
	margin: 0  6px!important;
	border: 1px solid #004eb8;
	background-color: #004eb8;
}
.about2 .swiper-pagination-bullet-active{
	background-color: transparent;
}
.ab_slide .img
{
	width: 100%;
	height: 470px;
}
.ab_slide .img{
	overflow: hidden;
	border-top-right-radius: 35px;
	border-bottom-left-radius: 35px;
}
.ab_slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about2 .textbox{
	width: 485px;
	height: 400px;
	padding: 75px 35px 35px 40px;
	box-sizing: border-box;
	position: absolute;
	left: 120px;
	bottom: 125px;
	z-index: 99;
	box-shadow: 1px 1px 20px 0 #ededed;
	background-color: #fff;
	border-top-right-radius: 35px;
	border-bottom-left-radius: 35px;
}
.about2 .textbox h4{
	color: #004eb8;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 45px;
}
.about2 .textbox p{
	color: #333;
	font-size: 16px;
	line-height: 36px;
}




.ab_tit{
	text-align: center;
}
.ab_tit i{
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
}
.ab_tit h2{
	font-size: 36px;
	margin-top: 5px;
}




.culture{
	max-width: 1920px;
	padding-top: 160px;
	padding-bottom: 130px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/culturebg.jpg);
}
.culture .ab_tit{
	color: #fff;
	margin-bottom: 75px;
}
.culture .listbox .list{
	color: #fff;
	text-align: center;
	width: 33.3%;
	float: left;
}
.culture .list .icon{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: all .3s;
	border-radius: 50%;
	border: 1px solid #fff;
}
.culture .list:hover .icon{
	border: 1px solid #24458d;
	background-color: #24458d;
}
.culture .list .icon i{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.culture .list h4{
	font-size: 24px;
	margin-top: 30px;
}
.culture .list p{
	font-size: 16px;
	margin-top: 10px;
}




.honor{
	padding-top: 115px;
	padding-bottom: 70px;
}
.honor .ab_tit{
	margin-bottom: 35px;
}
.honor .ab_tit i{
	color: #24458d;
}
.honor .ab_tit h2{
	color: #333;
}
.honor .txt{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 60px;
}
.honor_slide .swiper-wrapper{
	margin-bottom: 120px;
}
.honor_slide .swiper-slide{
	height: 400px;
    background-color: #efefef;
}
.honor_slide .swiper-scrollbar{
	height: 1px;
	background-color: #c1c1c1;
}
.honor_slide .swiper-scrollbar-drag{
	height: 8px;
	top: 50%;
	margin-top: -4px;
	border-radius: 0;
	background-color: #24458d;
}
.honor_slide .picbox{
    padding: 0 50px;
    padding-top: 40px;
    box-sizing: border-box;
}
.honor_slide .img{
	height: 285px;
}
.honor_slide h4{
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	height: 70px;
}




.tech_tit{
	text-align: center;
}
.tech_tit h2{
	color: #003c95;
	font-size: 36px;
	font-weight: bold;
}
.tech_tit h2 span{
	color: #333;
}




.tech1{
	max-width: 1920px;
	padding-top: 130px;
	padding-bottom: 150px;
	margin: 0 auto;
	position: relative;
}
.tech1 .img{
	width: 650px;
	height: 440px;
	float: left;
}
.tech1 .text{
	width: 560px;
	float: right;
	padding-top: 15px;
}
.tech1 .text .tech_tit{
	text-align: left;
	margin-bottom: 15px;
}
.tech1 .text h4{
	color: #666;
	font-size: 24px;
	margin-bottom: 35px;
}
.tech1 .text .txt{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.tech1 .tech1bg{
	width: 1535px;
	height: 440px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/tech1bg.png);
}




.tech2{
	max-width: 1920px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/tech2bg.jpg);
}
.tech2 .listbox .list{
	color: #fff;
	text-align: center;
	width: 25%;
	height: 720px;
	float: left;
	z-index: 1;
	padding:  0 20px;
	padding-top: 240px;
	padding-bottom: 20px;
	box-sizing: border-box;
	position: relative;
}
.tech2 .list i{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.tech2 .list h4{
	font-size: 30px;
	margin-top: 25px;
}
.tech2 .list p{
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	width: 330px;
	display: inline-block;
	margin-top: 50px;
	opacity: 0;
	transition: all .3s;
}
.tech2 .list:hover p,
.tech2 .list:hover .mask
{
	opacity: 1;
}
.tech2 .list .mask{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 480px;
	z-index: -1;
	opacity: 0;
	transition: all .3s;
	background-image: linear-gradient(to top,rgba(4,58,141,0.9),rgba(4,58,141,0.5),rgba(4,58,141,0));
}




.tech3{
	max-width: 1920px;
	padding-top: 125px;
	padding-bottom: 150px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/tech3bg.jpg);
}
.tech3 .tech_tit{
	margin-bottom: 85px;
}
.tech3 .listbox{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/downbg.jpg);
}
.tech3 .listbox .list{
	width: 33.3%;
	height: 560px;
	float: left;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: all .5s;
	position: relative;
	overflow: hidden;
}
.tech3 .listbox .list.on{
	width: 50%;
}
.tech3 .listbox .list.active{
	width: 25%;
}
.tech3 .listbox .list::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #a3b1c0;
}
.tech3 .listbox .list:last-child:after{
	display: none;
}
.tech3 .list h4,
.tech3 .list .text h5
{
	font-size: 30px;
	font-weight: bold;
}
.tech3 .list h4{
	color: #fff;
}
.tech3 .list .text{
	width: 100%;
	height: 560px;
	padding: 50px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: -500px;
	transition: all .5s;
	background-color: #fff;
}
.tech3 .list:hover .text{
	left: 0;
}
.tech3 .list .text h5{
	color: #003c95;
	margin-bottom: 25px;
}
.tech3 .list .text p{
	color: #333;
	font-size: 16px;
	margin-bottom: 55px;
}
.tech3 .list .text .img{
	/* width: 335px;
	height: 160px; */
	height: 400px;
}



.tech4{
	padding-top: 105px;
	padding-bottom: 115px;
}
.tech4 .tech_tit{
	margin-bottom: 85px;
}
.tech4 .textbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tech4 .textbox .text{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	width: 545px;
	padding-left: 50px;
	box-sizing: border-box;
}
.tech4 .textbox .img{
	width: 680px;
	height: 455px;
}




.ibanner .swiper-button-prev,
.ibanner .swiper-button-next
{
	width: 70px;
	height: 70px;
	outline: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ibanner .swiper-button-prev{
	left: 40px;
	background-image: url(../images/ibanner_prev.png);
}
.ibanner .swiper-button-next{
	right: 40px;
	background-image: url(../images/ibanner_next.png);
}
.ibanner .swiper-button-prev::after,
.ibanner .swiper-button-next::after
{
	display: none;
}
.ibanner .swiper-pagination{
	bottom: 50px;
}
.ibanner .swiper-pagination-bullet{
	width: 70px;
	height: 2px;
	margin: 0 10px!important;
	background-color: #8893ac;
}
.ibanner .swiper-pagination-bullet-active{
	background-color: #003c95;
}
.ibanner .iv{
	position: relative;
}
.ibanner .iv:hover{
	cursor: pointer;
}
.ibanner .iv video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ibanner .vbtn{
	width: 200px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #fff;
	position: absolute;
	top: 58%;
	left: 50%;
	margin-left: -100px;
	bottom: 80px;
}
.ibanner .vbtn:hover{
	cursor: pointer;
}




.pub_tit{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
	position: relative;
	z-index: 99;
}
.pub_tit::after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -38px;
	bottom: 0;
	width: 76px;
	height: 4px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/tit_icon.png);
}
.pub_tit i{
	color: #efefef;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.pub_tit h2{
	color: #003c95;
	font-size: 48px;
	font-weight: bold;
}




.ivideo{
	padding-top: 85px;
	padding-bottom: 70px;
}
.ivideo .pub_tit{
	margin-bottom: 30px;
}
.ivideo .hd{
	text-align: center;
	margin-bottom: 60px;
}
.ivideo .hd li{
	color: #3e3e3e;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 200px;
	margin-right: 20px;
	display: inline-block;
	border-radius: 50px;
	background-color: #f5f5f5;
}
.ivideo .hd li:last-child{
	margin-right: 0;
}
.ivideo .hd li.on,
.ivideo .hd li:hover
{
	color: #fff;
	cursor: pointer;
	background-color: #003c95;
}
.ivideo .bd .listbox{
	display: none;
}
.ivideo .bd .listbox.on{
	display: block;
}
.ivideo .listbox .list{
	width: 420px;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	position: relative;
}
.ivideo .listbox .list:nth-child(3n){
	margin-right: 0;
}
.ivideo .list .img{
	height: 285px;
	margin-bottom: 20px;
	position: relative;
}
.ivideo .list .img::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	opacity: 0;
	z-index: 1;
	transition: all .3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/play.png);
}
.ivideo .list .mask{
	width: 100%;
	height: 285px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	background-color: rgba(0, 0, 0, 0.5);
}
.ivideo .list:hover .img::after,
.ivideo .list:hover .mask
{
	opacity: 1;
}
.ivideo .list  h4{
	color: #3e3e3e;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.icoop{
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 110px;
	padding-bottom: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icoopbg.jpg);
}
.icoop .pub_tit{
	z-index: 1;
	margin-bottom: 60px;
}
.icoop .pub_tit i{
	color: #5f5e62;
	z-index: -1;
}
.icoop .pub_tit h2{
	color: #fff;
}
.icoop_slide .swiper-wrapper{
	margin-bottom: 70px;
}
.icoop_slide .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 7px!important;
	border: 1px solid #fff;
	background-color: #fff;
}
.icoop_slide .swiper-pagination-bullet-active{
	background-color: transparent;
}
.icoop_slide .img{
	width: 240px;
	height: 110px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: #fff;
}
.icoop_slide .img:nth-child(5n){
	margin-right: 0;
}




.ipro{
	padding-top: 95px;
	padding-bottom: 130px;
}
.ipro .pub_tit{
	margin-bottom: 55px;
}
.ipro .hd{
	margin-bottom: 30px;
	border-top: 1px solid #e7e7e7;
} 
.ipro .hd li{
	color: #333;
	font-size: 16px;
	text-align: center;
	width: 250px;
	padding-top: 35px;
	margin-right: 9px;
	display: inline-block;
	position: relative;
}
.ipro .hd li:last-child{
	margin-right: 0;
}
.ipro .hd li:hover{
	cursor: pointer;
}
.ipro .hd li::after{
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 0;
	height: 6px;
	transition: all .5s;
	background-color: #ffc02c;
}
.ipro .hd li.on::after,
.ipro .hd li:hover:after
{
	width: 100%;
}
.ipro .iprobox{
	position: relative;
}
.ipro .textbox .text,
.ipro .textbox .img
{
	width: 650px;
	height: 500px;
}
.ipro .textbox .text{
	color: #fff;
	float: left;
	padding: 90px 45px 80px 45px;
	box-sizing: border-box;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/iprobg.jpg);
}
.ipro .textbox .text h4{
	font-size: 36px;
	margin-bottom: 40px;
	padding-left: 30px;
}
.ipro .textbox .text .txt{
	font-size: 16px;
	line-height: 36px;
	padding-left: 30px;
}
/* .ipro .textbox .text .txt p{
	position: relative;
	padding-left: 30px;
} */
/* .ipro .textbox .text .txt p::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
} */
.ipro .textbox .more{
	font-size: 16px;
	line-height: 70px;
	width: 560px;
	height: 70px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid #5980ba;
}
.ipro .textbox .more::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/ipro_icon.png);
}
.ipro .textbox .img{
	background-color: #f1f1f1;
}
.ipro .iprobox .btngrop{
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	display: flex;
	justify-content: space-between;
}
.ipro .iprobox .btngrop span{
	width: 70px;
	height: 55px;
	display: block;
	position: relative;
}
.ipro .iprobox .btngrop span:hover{
	cursor: pointer;
}
.ipro .iprobox .btngrop .prev{
	background-color: #fff;
}
.ipro .iprobox .btngrop .next{
	background-color: #ffc02c;
}
.ipro .iprobox .btngrop .prev::after,
.ipro .iprobox .btngrop .next::after
{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ipro .iprobox .btngrop .prev::after{
	background-image: url(../images/ipro_prev.png);
}
.ipro .iprobox .btngrop .next::after{
	background-image: url(../images/ipro_next.png);
}




.iadv{
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/iadvbg.jpg);
}
.iadv .pub_tit{
	z-index: 1;
	margin-bottom: 12px;
}
.iadv .pub_tit i{
	color: #3668b3;
}
.iadv .pub_tit h2{
	color: #fff;
}
.iadv .txt{
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 100px;
}
.iadv_slide .swiper-slide{
	color: #fff;
	text-align: center;
	padding: 0 25px;
	box-sizing: border-box;
}
.iadv_slide .swiper-wrapper{
	margin-bottom: 100px;
}
.iadv_slide .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 7px!important;
	border: 1px solid #fff;
	background-color: #fff;
}
.iadv_slide .swiper-pagination-bullet-active{
	background-color: transparent;
}
.iadv_slide .picbox{
	width: 135px;
	height: 135px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .3s;
	background-color: #fff;
}
.iadv_slide .swiper-slide:hover .picbox{
	background-color: #ffc02c;
}  
.iadv_slide .picbox .img{
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.iadv_slide .picbox .img2{
	display: none;
}
.iadv_slide .swiper-slide:hover .picbox .img2{
	display: block;
}
.iadv_slide .swiper-slide:hover .picbox .img1{
	display: none;
}
.iadv_slide h4{
	font-size: 24px;
	margin-top: 20px;
}
.iadv_slide p{
	font-size: 16px;
	line-height: 30px;
	max-width: 370px;
	margin: 0 auto;
	margin-top: 30px;
}




.iab{
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 70px;
	padding-top: 90px;
	padding-bottom: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/iabbg.png);
}
.iab .pub_tit{
	margin-bottom: 50px;
}
.iab .pub_tit h2{
	color: #004eb8;
}
.iab .txt{
	color: #666;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	max-width: 1140px;
	margin: 0 auto;
}
.iab .itembox{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 60px;
} 
.iab .itembox .item{
	text-align: center;
	width: 25%;
}
.iab .item  .value{
	color: #003c95;
	font-size: 72px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}
.iab .item .value::after{
	content: '+';
	position: absolute;
	top: 10px;
	right: -10px;
	color: #003c95;
	font-size: 16px;
	font-weight: normal;
}
.iab .item:nth-child(3)  .value::after{
	content: '㎡';
	right: -20px;
}
.iab .item p{
	color: #666;
	font-size: 16px;
}
.iab .listbox{
	display: flex;
	justify-content: space-between;
}
.iab .listbox .list{
	width: 630px;
	height: 400px;
}




.inews{
	max-width: 1920px;
	margin: 0 auto;
	padding: 110px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/inewsbg.jpg);
}
.inews .pub_tit{
	margin-bottom: 45px;
}
.inews .pub_tit i{
	color: #fff;
}
.inews .bignews{
	width: 640px;
	float: left;
	transition: all .5s;
	box-shadow: 0 0 20px #ededed;
	background-color: #fff;
}
.inews .bignews:hover{
	background-color: #004eb8;
}
.inews .bignews a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.inews .bignews .img{
	width: 100%;
	height: 350px;
}
.inews .bignews .text{
	color: #888;
	font-size: 15px;
	padding: 30px;
	box-sizing: border-box;
}
.inews .bignews .text h4,
.inews .bignews .text p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.inews .bignews .text h4{
	color: #333;
	font-size: 22px;
	-webkit-line-clamp: 1;
	margin-bottom: 10px;
}
.inews .bignews .text p{
	line-height: 26px;
	-webkit-line-clamp: 2;
}
.inews .bignews:hover .text h4,
.inews .bignews:hover .text p,
.inews .bignews:hover .text span
{
	color: #fff;
}
.inews .bignews .text span{
	padding-top: 13px;
	margin-top: 15px;
	display: block;
	border-top: 1px solid #dcdcdc;
}
.inews .listbox{
	width: 640px;
	float: right;
}
.inews .listbox .list{
	color: #888;
	font-size: 15px;
	margin-bottom: 20px;
	transition: all .5s;
	box-shadow: 0 0 20px #ededed;
	background-color: #fff;
}
.inews .listbox .list:hover{
	background-color: #004eb8;
}
.inews .listbox .list:last-child{
	margin-bottom: 0;
}
.inews .list a{
	width: 100%;
	height: 100%;
	padding: 35px 30px 25px 30px;
	box-sizing: border-box;
	display: inline-block;
}
.inews .list  h4,
.inews .list  p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inews .list h4{
	color: #333;
	font-size: 20px;
	margin-bottom: 10px;
}
.inews .list span{
	padding-top: 15px;
	margin-top: 20px;
	display: block;
	border-top: 1px solid #dcdcdc;
}
.inews .listbox .list:hover h4,
.inews .listbox .list:hover p,
.inews .listbox .list:hover span
{
	color: #fff;
}




.introduce{
	text-align: center;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 235px;
	padding-bottom: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top center;
	background-image: url(../images/intrbg.jpg);
}
.introduce h2{
	color: #333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}
.introduce p{
	color: #666;
	font-size: 16px;
	margin-bottom: 60px;
}
.introduce .bigslide{
	height: 360px;
	margin-bottom: 80px;
}
.introduce .bigslide .swiper-button-prev,
.introduce .bigslide .swiper-button-next
{
	width: 100px;
	height: 100px;
	opacity: 1;
	outline: none;
	border-radius: 50%;
	background-color: #fff;
}
.introduce .bigslide .swiper-button-prev:hover,
.introduce .bigslide .swiper-button-next:hover
{
	background-color: #002dad;
}
.introduce .bigslide .swiper-button-prev::after,
.introduce .bigslide .swiper-button-next::after
{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: 50%;
	margin-left: -14px;
	width: 28px;
	height: 56px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.introduce .bigslide .swiper-button-prev::after{
	background-image: url(../images/intr_prev1.png);
}
.introduce .bigslide .swiper-button-next::after{
	background-image: url(../images/intr_next1.png);
}
.introduce .bigslide .swiper-button-prev:hover::after{
	background-image: url(../images/intr_prev11.png);
}
.introduce .bigslide .swiper-button-next:hover::after{
	background-image: url(../images/intr_next11.png);
}
.introduce .smlslide{
	width: 830px;
	margin: 0 auto;
}
.introduce .smlslide .swiper-slide{
	width: 190px;
	height: 110px;
	background-color: #fff;
}
.introduce .smlslide .swiper-slide:hover{
	cursor: pointer;
}
.introduce .smlslide .swiper-slide-thumb-active{
	border: 2px solid #778fd3;
}




.prov{
	margin-top: 40px;
}
.prov .hd,
.prov .details,
.prov .effect,
.prov .proadv
{
	max-width: 1300px;
	margin: 0 auto;
}
.prov .hd{
	border-bottom: 1px solid #d3d3d3;
}
.prov .hd li{
	color: #333;
	font-size: 18px;
	text-align: center;
	line-height: 80px;
	display: inline-block;
	width: 280px;
	height: 80px;
	margin-right: 40px;
	position: relative;
}
.prov .hd li:last-child{
	margin-right: 0;
}
.prov .hd li:hover{
	cursor: pointer;
}
.prov .hd li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 6px;
	transition: all .3s;
	background-color: #003c95;
}
.prov .hd li.on::after,
.prov .hd li:hover:after
{
	width: 100%;
}
.prov .list{
	padding-top: 110px;
	padding-bottom: 90px;
}
.prov .text{
	color: #666;
	font-size: 16px;
	line-height: 30px;
}
.prov h2{
	color: #333;
	font-size: 30px;
	text-align: center;
}
.prov .details{
	padding-bottom: 70px;
}
.prov .parameter{
	padding-top: 75px;
	padding-bottom: 120px;
	background-color: #eee;
}
.prov .parameter .textbox{
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.prov .parameter .textbox ul{
	width: 620px;
}
.prov .parameter .textbox ul li{
	color: #333;
	font-size: 16px;
	line-height: 70px;
	height: 70px;
	padding: 0 60px;
	box-sizing: border-box;
	background-color: #fff;
}
.prov .parameter .textbox ul h4{
	font-size: 24px;
	font-weight: bold;
}
.prov .parameter .textbox ul li:nth-child(2n){
	background-color: transparent;
}
.prov .parameter h2{
	margin-bottom: 70px;
}
.prov .effect{
	padding-top: 70px;
}
.prov .effect h2{
	margin-bottom: 70px;
}